home *** CD-ROM | disk | FTP | other *** search
- Path: news.delcoelect.com!usenet
- From: "Richard E. Fiegle" <refiegle@mail.delcoelect.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Fahrenheight to Celsius?
- Date: 16 Feb 1996 12:34:13 GMT
- Organization: Delco Electronics
- Distribution: usa
- Message-ID: <4g1tk5$rmu@kocrsv08.delcoelect.com>
- References: <4g0b3u$s9v@news1.usa.pipeline.com>
- NNTP-Posting-Host: kopumc01.delcoelect.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Macintosh; I; PPC)
- X-URL: news:4g0b3u$s9v@news1.usa.pipeline.com
-
- grantp@usa.pipeline.com(Pete) wrote:
- >On Feb 13, 1996 19:24:26 in article <Fahrenheight to Celsius?>,
- >'pauldo@aol.com (PaulDo)' wrote:
- >
- >
- >>Could someone show me how to write a program that converts fahrenheit to
- >>celsius and vice versa in C++? I would really appreciate it.
- >>
- >1. Decide on how to solve the problem using pseudo code.
- >2. Invoke a text editor inside an IDE such as BC++ or MSVC++.
- >3. Write the code.
- >4. Compile, link, and execute.
- >
-
- 5. Debug, and go back to step 3. Repeat until the program works properly.
-
-
-